Skip to main content

2.7.3. Response

Parametrs

ParameterDescriptionMandatoryTypeNotes
optionsSet of options for the package (services)Not specifiedarray
package_namePackage nameNot specifiedstring
service_nameService nameNot specifiedstring
stoppedBoolean indicating whether the account is stoppedNot specifiedboolean
contract_numContract numberNot specifiedstring
balanceAccount balanceNot specifiednumber
turned_offBoolean indicating whether the account is turned offNot specifiedboolean
turned_off_daysNumber of days until disconnection if the account balance is negative from the date of the last invoiceNot specifiednumber
{
"options": [],
"package_name": "",
"service_name": "",
"stopped": false,
"contract_num": "",
"balance": 0,
"turned_off": false,
"turned_off_days": 0
}

Field Descriptions:

  • options – Set of options for the package (services)
  • package_name – Package name
  • service_name – Service name
  • stopped – Boolean indicating if the account is stopped
  • contract_num – Contract number
  • balance – Account balance
  • turned_off – Boolean indicating if the account is disconnected
  • turned_off_days – Number of days until disconnection when the account balance is negative from the date of the last invoice

Exit codes:

200 - successful
401 - Authentication Error